type google.golang.org/grpc/internal/transport.headerFrame

13 uses

	google.golang.org/grpc/internal/transport (current package)
		controlbuf.go#L125: type headerFrame struct {
		controlbuf.go#L136: func (h *headerFrame) isTransportResponseFrame() bool {
		controlbuf.go#L472: 		case *headerFrame:
		controlbuf.go#L677: func (l *loopyWriter) headerHandler(h *headerFrame) error {
		controlbuf.go#L713: func (l *loopyWriter) originateStream(str *outStream, hdr *headerFrame) error {
		controlbuf.go#L891: 	case *headerFrame:
		controlbuf.go#L974: 		} else if trailer, ok := str.itl.peek().(*headerFrame); ok { // the next item is trailers.
		controlbuf.go#L1048: 	} else if trailer, ok := str.itl.peek().(*headerFrame); ok { // The next item is trailers.
		http2_client.go#L790: 	hdr := &headerFrame{
		http2_server.go#L986: 	hdrFrame := it.(*headerFrame)
		http2_server.go#L1048: 	hf := &headerFrame{
		http2_server.go#L1117: 	trailingHeader := &headerFrame{
		http2_server.go#L1326: func (t *http2Server) finishStream(s *ServerStream, rst bool, rstCode http2.ErrCode, hdr *headerFrame, eosReceived bool) {